[Libreoffice-commits] .: sw/source
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Jun 30 14:58:42 PDT 2011
sw/source/core/fields/reffld.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 05568180a7e9ead146bdae4a08f7ae1ce6ed5ec1
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Jun 30 16:58:24 2011 -0500
do not use include path that lead directly outside of the current module
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index 7c3382c..2dffacb 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -73,7 +73,7 @@
#include <set>
#include <map>
-#include "../../../../../libs-core/sfx2/inc/sfx2/childwin.hxx"
+#include <sfx2/childwin.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::text;
More information about the Libreoffice-commits
mailing list