summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-06 07:38:24 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-06 07:38:24 +0200
commitb06310548b2b1908ac9a03f225acae109a3af5c3 (patch)
treef46346af0dd6c7527efa52070bf41ca9f7ee38d9 /sfx2/inc
parent71db90a924df762c6f0884e26d9483470d91341f (diff)
#103496#: move VCL free ConfigItems to unotools
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/pch/precompiled_sfx2.hxx42
-rw-r--r--sfx2/inc/sfx2/event.hxx4
2 files changed, 23 insertions, 23 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx2.hxx b/sfx2/inc/pch/precompiled_sfx2.hxx
index 073deaa45f..07483990a6 100644
--- a/sfx2/inc/pch/precompiled_sfx2.hxx
+++ b/sfx2/inc/pch/precompiled_sfx2.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -503,20 +503,20 @@
#include "svtools/cstitem.hxx"
#include "svtools/ctypeitm.hxx"
#include "svtools/dateitem.hxx"
-#include "svtools/dynamicmenuoptions.hxx"
+#include "unotools/dynamicmenuoptions.hxx"
#include "svtools/ehdl.hxx"
#include "svtools/eitem.hxx"
#include "svtools/embedhlp.hxx"
#include "svtools/embedtransfer.hxx"
-#include "svtools/eventcfg.hxx"
-#include "svtools/extendedsecurityoptions.hxx"
+#include "unotools/eventcfg.hxx"
+#include "unotools/extendedsecurityoptions.hxx"
#include "svtools/flagitem.hxx"
#include "svtools/folderrestriction.hxx"
-#include "svtools/fontoptions.hxx"
+#include "unotools/fontoptions.hxx"
#include "svtools/framestatuslistener.hxx"
#include "svtools/helpopt.hxx"
#include "svtools/hint.hxx"
-#include "svtools/historyoptions.hxx"
+#include "unotools/historyoptions.hxx"
#include "svtools/htmlkywd.hxx"
#include "svtools/htmltokn.h"
#include "svtools/imageitm.hxx"
@@ -526,10 +526,10 @@
#include "svtools/inetdef.hxx"
#include "svtools/inethist.hxx"
#include "svtools/inetmsg.hxx"
-#include "svtools/inetoptions.hxx"
+#include "unotools/inetoptions.hxx"
#include "svtools/inetstrm.hxx"
#include "svtools/inettype.hxx"
-#include "svtools/internaloptions.hxx"
+#include "unotools/internaloptions.hxx"
#include "svtools/intitem.hxx"
#include "svtools/isethint.hxx"
#include "svtools/itemdel.hxx"
@@ -539,32 +539,32 @@
#include "svtools/itemset.hxx"
#include "svtools/javacontext.hxx"
#include "svtools/lckbitem.hxx"
-#include "svtools/localisationoptions.hxx"
+#include "unotools/localisationoptions.hxx"
#include "svtools/localresaccess.hxx"
#include "svtools/lstner.hxx"
#include "svtools/memberid.hrc"
#include "svtools/menuoptions.hxx"
#include "svtools/misccfg.hxx"
#include "svtools/miscopt.hxx"
-#include "svtools/moduleoptions.hxx"
+#include "unotools/moduleoptions.hxx"
#include "svtools/ownlist.hxx"
#include "svtools/parhtml.hxx"
-#include "svtools/pathoptions.hxx"
+#include "unotools/pathoptions.hxx"
#include "svtools/pickerhelper.hxx"
#include "svtools/poolitem.hxx"
#include "svtools/printoptions.hxx"
-#include "svtools/printwarningoptions.hxx"
+#include "unotools/printwarningoptions.hxx"
#include "svtools/rectitem.hxx"
-#include "svtools/regoptions.hxx"
-#include "svtools/saveopt.hxx"
-#include "svtools/searchopt.hxx"
-#include "svtools/securityoptions.hxx"
+#include "unotools/regoptions.hxx"
+#include "unotools/saveopt.hxx"
+#include "unotools/searchopt.hxx"
+#include "unotools/securityoptions.hxx"
#include "svtools/sfxecode.hxx"
#include "svtools/slstitm.hxx"
#include "svtools/smplhint.hxx"
#include "svtools/soerr.hxx"
#include "svtools/solar.hrc"
-#include "svtools/startoptions.hxx"
+#include "unotools/startoptions.hxx"
#include "svtools/statusbarcontroller.hxx"
#include "svtools/stritem.hxx"
#include "svtools/style.hrc"
@@ -582,14 +582,14 @@
#include "svtools/transfer.hxx"
#include "svtools/ttprops.hxx"
#include "svtools/undo.hxx"
-#include "svtools/undoopt.hxx"
+#include "unotools/undoopt.hxx"
#include "svtools/urihelper.hxx"
#include "svtools/urlbmk.hxx"
-#include "svtools/useroptions.hxx"
-#include "svtools/viewoptions.hxx"
+#include "unotools/useroptions.hxx"
+#include "unotools/viewoptions.hxx"
#include "svtools/visitem.hxx"
#include "svtools/whiter.hxx"
-#include "svtools/workingsetoptions.hxx"
+#include "unotools/workingsetoptions.hxx"
#include "svtools/zforlist.hxx"
#include "toolkit/awt/vclxwindow.hxx"
#include "toolkit/helper/convert.hxx"
diff --git a/sfx2/inc/sfx2/event.hxx b/sfx2/inc/sfx2/event.hxx
index 60255b4b21..f0b5903be3 100644
--- a/sfx2/inc/sfx2/event.hxx
+++ b/sfx2/inc/sfx2/event.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
#include "sfx2/dllapi.h"
#include <tools/string.hxx>
#include <svtools/hint.hxx>
-#include <svtools/eventcfg.hxx>
+#include <unotools/eventcfg.hxx>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Sequence.hxx>