summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-06-16 06:53:46 -0700
committerJoseph Powers <jpowers27@cox.net>2011-06-16 06:53:46 -0700
commit20a81399c3ccb261627b5a52516777fb4fa48b4f (patch)
treee75b2e30799f55effd3e5ff2e84d8c80fac4a176 /filter
parentbe40f36d6110896810619c821309f75ac91319eb (diff)
Fix a typo in my whitespace cleanup.
Sorry
Diffstat (limited to 'filter')
-rw-r--r--filter/inc/filter/msfilter/escherex.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index c1accfc20f9b..a516a937f739 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/filter/inc/filter/msfilter/escherex.hxx
@@ -1088,7 +1088,7 @@ class MSFILTER_DLLPUBLIC EscherGraphicProvider
protected:
- al_uInt32 ImplInsertBlib( EscherBlibEntry* p_EscherBlibEntry );
+ sal_uInt32 ImplInsertBlib( EscherBlibEntry* p_EscherBlibEntry );
public:
@@ -1116,8 +1116,8 @@ public:
class MSFILTER_DLLPUBLIC EscherSolverContainer
{
- List maShapeList;
- List maConnectorList;
+ List maShapeList;
+ List maConnectorList;
public:
@@ -1129,6 +1129,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &,
sal_uInt32 nId
);
+
void AddConnector(
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &,
const ::com::sun::star::awt::Point& rA,