summaryrefslogtreecommitdiff
path: root/sfx2/source/control/querystatus.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/querystatus.cxx')
-rw-r--r--sfx2/source/control/querystatus.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/control/querystatus.cxx b/sfx2/source/control/querystatus.cxx
index f5794094f15f..f57d3a3d32f2 100644
--- a/sfx2/source/control/querystatus.cxx
+++ b/sfx2/source/control/querystatus.cxx
@@ -31,13 +31,13 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sfx2.hxx"
#include <sfx2/querystatus.hxx>
-#include <svtools/poolitem.hxx>
-#include <svtools/eitem.hxx>
-#include <svtools/stritem.hxx>
-#include <svtools/intitem.hxx>
-#include <svtools/itemset.hxx>
+#include <svl/poolitem.hxx>
+#include <svl/eitem.hxx>
+#include <svl/stritem.hxx>
+#include <svl/intitem.hxx>
+#include <svl/itemset.hxx>
#include <svtools/itemdel.hxx>
-#include <svtools/visitem.hxx>
+#include <svl/visitem.hxx>
#include <cppuhelper/weak.hxx>
#include <comphelper/processfactory.hxx>
#include <vos/mutex.hxx>
fe64c8424608e90'>unoidl: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann 2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann 2014-11-19Guard against cyclic entity dependenciesStephan Bergmann 2014-11-19Check entity and type name syntaxStephan Bergmann 2014-11-19Check for recursive mapsStephan Bergmann 2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann 2014-11-18Avoid overflowStephan Bergmann 2014-11-18Check that UNOIDL enum has membersStephan Bergmann 2014-11-18Avoid overflowStephan Bergmann 2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara 2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara 2014-07-10cosmetic 'en-passant'....Norbert Thiebaud 2014-07-10coverity#1224979 Missing break in switchCaolán McNamara 2014-07-10coverity#1224980 Missing break in switchCaolán McNamara 2014-07-07fix build error 'strlen' is not a member of 'std' locallyDouglas Mencken 2014-06-27tweak assert so comment appears in abort messageCaolán McNamara 2014-05-23Remove circular references between unoidl::Manager and its providersStephan Bergmann 2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann 2014-04-29coverity#1210179 Uninitialized pointer fieldCaolán McNamara 2014-04-11unoidl-check: Also check for invalid UNOIDL identifiersStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-18Find places where OUString and OString are passed by value.Noel Grandin 2014-02-24Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken 2014-02-18tests belong to check targetBjoern Michaelsen 2014-01-08OK to add optional bases to published old-style servicesStephan Bergmann