summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxgrahicitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/svxgrahicitem.cxx')
-rw-r--r--svx/source/dialog/svxgrahicitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxgrahicitem.cxx b/svx/source/dialog/svxgrahicitem.cxx
index f2e248e338..4fa6f6c689 100644
--- a/svx/source/dialog/svxgrahicitem.cxx
+++ b/svx/source/dialog/svxgrahicitem.cxx
@@ -28,7 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-#include "svxgrahicitem.hxx"
+#include "svx/svxgrahicitem.hxx"
TYPEINIT1(SvxGraphicItem,SfxPoolItem);
SvxGraphicItem::SvxGraphicItem( USHORT _nWhich, const Graphic& rGraphic )
: SfxPoolItem( _nWhich ), aGraphic( rGraphic )