summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-10-06 13:15:05 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-10-06 13:15:05 +0200
commitda3edc641430d6d609bf417129a551ff6df88523 (patch)
tree1d3b85b6e8cff57637a4381ed4df23e7346d1404
parent73e696c2b0594c5cd6be8db17606326bc2060a39 (diff)
Backed out changeset ce84668a7646
-rw-r--r--sfx2/inc/sfx2/ipclient.hxx1
-rw-r--r--sfx2/source/view/ipclient.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/inc/sfx2/ipclient.hxx b/sfx2/inc/sfx2/ipclient.hxx
index 99f24c703f..1e00d474fa 100644
--- a/sfx2/inc/sfx2/ipclient.hxx
+++ b/sfx2/inc/sfx2/ipclient.hxx
@@ -101,7 +101,6 @@ public:
// used in Writer
// Rectangle PixelObjVisAreaToLogic( const Rectangle & rObjRect ) const;
// Rectangle LogicObjAreaToPixel( const Rectangle & rRect ) const;
- virtual void FormatChanged(); // object format was changed (used for StarMath formulas aligning)
};
#endif
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index fc5a49eb58..ff1d963ab5 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -220,7 +220,6 @@ void SAL_CALL SfxInPlaceClient_Impl::notifyEvent( const document::EventObject& a
if ( m_pClient && aEvent.EventName.equalsAscii("OnVisAreaChanged") && m_nAspect != embed::Aspects::MSOLE_ICON )
{
- m_pClient->FormatChanged(); // for Writer when format of the object is changed with the area
m_pClient->ViewChanged();
m_pClient->Invalidate();
}
@@ -1083,11 +1082,6 @@ void SfxInPlaceClient::MakeVisible()
// dummy implementation
}
-void SfxInPlaceClient::FormatChanged()
-{
- // dummy implementation
-}
-
void SfxInPlaceClient::DeactivateObject()
{
if ( GetObject().is() )