summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:08:40 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:08:40 +0000
commit5a8367dd262ffd19ccd53ca1e7982df6297530fb (patch)
tree6114bb9e62cfa3e1708f54408214ee90dbec151a /extensions
parent944d3fb7f24d32fa838ee6c453be30ce018cb4d6 (diff)
INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED
2008/04/23 10:48:53 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:55 mba 1.8.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/nsplugin/source/so_instance.cxx23
1 files changed, 1 insertions, 22 deletions
diff --git a/extensions/source/nsplugin/source/so_instance.cxx b/extensions/source/nsplugin/source/so_instance.cxx
index 7768cc21c88c..b0a508e3b241 100644
--- a/extensions/source/nsplugin/source/so_instance.cxx
+++ b/extensions/source/nsplugin/source/so_instance.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: so_instance.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -230,19 +230,6 @@ sal_Bool SoPluginInstance::Connect()
return bRetval;
}
-void SoPluginInstance::SetPosSize(int x, int y, int w, int h)
-{
- m_nX = x;
- m_nY = y;
- m_nWidth = w;
- m_nHeight = h;
-}
-
-void SoPluginInstance::Setflag(sal_Int16 n)
-{
- m_nFlag = n;
-}
-
sal_Bool SoPluginInstance::SetURL(char* aURL)
{
debug_fprintf(NSP_LOG_APPEND, "SoPluginInstance::SetURL %s\n", aURL);
@@ -650,11 +637,3 @@ sal_Bool SoPluginInstance::Print(void)
propertyValue );
return sal_True;
}
-
-sal_Bool SoPluginInstance::ShutDown(void)
-{
- mxRemoteMSF = Reference< XMultiServiceFactory >();
- mxLocalMSF = Reference< XMultiServiceFactory >();
- return sal_True;
-}
-