diff options
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r-- | sc/source/ui/inc/condformatmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index 31d641d2ed23..b99a3be3a089 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX -#include "scres.hrc" +#include <scres.hrc> #include <vcl/dialog.hxx> #include <vcl/layout.hxx> @@ -19,7 +19,7 @@ #include <vcl/fixed.hxx> #include <svtools/simptabl.hxx> -#include "conditio.hxx" +#include <conditio.hxx> #include <map> |