diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-25 15:51:46 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 11:19:10 +0200 |
commit | bcd381ce7da19817867b2f133f863b3cc3d0af47 (patch) | |
tree | 0ede76eb56284d152d3d0fdb203b1db56c16f8ae /cui/source/inc/border.hxx | |
parent | 70c135ea253442c4529af32687ceda7aa66017ea (diff) |
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r-- | cui/source/inc/border.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx index 27d692c72..51ff23a3c 100644 --- a/cui/source/inc/border.hxx +++ b/cui/source/inc/border.hxx @@ -41,7 +41,10 @@ // forward --------------------------------------------------------------- -class SvxBorderLine; +namespace editeng +{ + class SvxBorderLine; +} class XColorTable; #include <svx/flagsdef.hxx> @@ -150,7 +153,7 @@ private: // share for individual Frame-/Core-Line void ResetFrameLine_Impl( svx::FrameBorderType eBorder, - const SvxBorderLine* pCurLine, + const editeng::SvxBorderLine* pCurLine, bool bValid ); #endif }; |