summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 12:26:50 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:11:20 +0200
commit7ed2a540495c2583fa2a9dcfb903b26c89cd153c (patch)
tree6bbd36de2d52057f00bd677b75b00d9cfe7d1f55
parent4fdd30e04874680e5075965073dd239cde2a1d08 (diff)
fixed include files in svx after removing the guards
-rw-r--r--svx/source/items/hlnkitem.cxx4
-rw-r--r--svx/source/stbctrls/xmlsecctrl.cxx5
2 files changed, 3 insertions, 6 deletions
diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx
index ca67b286ddf0..a405137066e0 100644
--- a/svx/source/items/hlnkitem.cxx
+++ b/svx/source/items/hlnkitem.cxx
@@ -33,9 +33,7 @@
#include <svx/svxids.hrc>
#include <tools/stream.hxx>
-
-#include <svx/memberid.hrc>
-
+#include <svl/memberid.hrc>
#include <basic/sbxvar.hxx>
#include "hlnkitem.hxx"
diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx
index 81b4b05eded7..4ca809593607 100644
--- a/svx/source/stbctrls/xmlsecctrl.cxx
+++ b/svx/source/stbctrls/xmlsecctrl.cxx
@@ -61,9 +61,8 @@
//#include <svx/dialogs.hrc>
-/*#include <unotools/localedatawrapper.hxx>
-#include <comphelper/processfactory.hxx>
-
+//#include <unotools/localedatawrapper.hxx>
+//#include <comphelper/processfactory.hxx>
SFX_IMPL_STATUSBAR_CONTROL( XmlSecStatusBarControl, SfxUInt16Item );