summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:46:50 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:46:50 +0000
commitfe82ba39fa718b01673426c9c3d7b71d6860b1ef (patch)
tree8109b3a05f0e61b81dca306271c02672ff470005 /svx/source/toolbars
parent1173e1a21d6f55413a7c54aa330ff9222d7fc544 (diff)
INTEGRATION: CWS impress23 (1.6.12); FILE MERGED
2004/12/07 15:10:35 dbo 1.6.12.1: #i38343# exporting checkForSelectedFontwork() Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/fontworkbar.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index bd5c934748..bd5fc7f1de 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontworkbar.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-01-07 09:25:13 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:46:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -301,6 +301,7 @@ static Window* ImpGetViewWin(SdrView* pView)
return 0L;
}
+namespace svx {
bool checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus )
{
if ( nCheckStatus & 2 )
@@ -327,6 +328,7 @@ bool checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus )
nCheckStatus |= 2;
return bFound;
}
+}
static void impl_execute( SdrView* pSdrView, SfxRequest& rReq, SdrCustomShapeGeometryItem& rGeometryItem, SdrObject* pObj )
{