diff options
Diffstat (limited to 'sc/source/ui/sidebar/CellBorderStyleControl.cxx')
-rw-r--r-- | sc/source/ui/sidebar/CellBorderStyleControl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.cxx b/sc/source/ui/sidebar/CellBorderStyleControl.cxx index da1457704aef..5330ed0111a7 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.cxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <CellBorderStyleControl.hxx> +#include "CellBorderStyleControl.hxx" #include "sc.hrc" #include "scresid.hxx" #include <CellAppearancePropertyPanel.hrc> #include <editeng/boxitem.hxx> #include <editeng/borderline.hxx> -#include <CellAppearancePropertyPanel.hxx> +#include "CellAppearancePropertyPanel.hxx" #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/svapp.hxx> |