diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-25 15:51:50 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 11:20:08 +0200 |
commit | fe551ada2d874b067cf57e80811d9b91e61b5457 (patch) | |
tree | 91929e0c884813e8d1b0039aa68050af7e0a021d /svx/source/tbxctrls/tbcontrl.cxx | |
parent | b4000b20f09b70b4792d050bc1804025b059bdef (diff) |
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'svx/source/tbxctrls/tbcontrl.cxx')
-rwxr-xr-x | svx/source/tbxctrls/tbcontrl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 282c550ab183..e7b10ef33c99 100755 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -115,6 +115,7 @@ sal_Bool lcl_FontChangedHint( const SfxHint &rHint ); // namespaces using ::rtl::OUString; +using namespace ::editeng; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; |