summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-31 00:39:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-31 09:48:39 +0100
commit28fe6c99552c3dfb533b1ddf63e524fc6f8b4ebd (patch)
treeab161ab3a1a54bd562a9156cb3c7526c89f3ba39 /embeddedobj
parent6c59ac1eebc19429a201dec2df8a1e28c3ff98ce (diff)
Remove double line spacing.
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx
index 9324f1cd2fe4..814127542e81 100644
--- a/embeddedobj/source/msole/olecomponent.hxx
+++ b/embeddedobj/source/msole/olecomponent.hxx
@@ -90,13 +90,10 @@ class OleComponent : public ::cppu::WeakImplHelper5< ::com::sun::star::util::XCl
// such objects report the dirty state wrongly sometimes and do not allow to store them any time
sal_Bool m_bWorkaroundActive;
-
sal_Bool InitializeObject_Impl();
void CreateNewIStorage_Impl();
-
void RetrieveObjectDataFlavors_Impl();
-
void Dispose();
@@ -118,32 +115,22 @@ public:
// ==== Initialization ==================================================
void LoadEmbeddedObject( const ::rtl::OUString& aTempURL );
-
void CreateObjectFromClipboard();
-
void CreateNewEmbeddedObject( const ::com::sun::star::uno::Sequence< sal_Int8 >& aSeqCLSID );
-
void CreateObjectFromData(
const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransfer );
-
void CreateObjectFromFile( const ::rtl::OUString& aFileName );
-
void CreateLinkFromFile( const ::rtl::OUString& aFileName );
-
void InitEmbeddedCopyOfLink( OleComponent* pOleLinkComponent );
// ======================================================================
-
void RunObject(); // switch OLE object to running state
-
void CloseObject(); // switch OLE object to loaded state
::com::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor > GetVerbList();
void ExecuteVerb( sal_Int32 nVerbID );
-
void SetHostName( const ::rtl::OUString& aContName, const ::rtl::OUString& aEmbDocName );
-
void SetExtent( const ::com::sun::star::awt::Size& aVisAreaSize, sal_Int64 nAspect );
::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect );
@@ -155,7 +142,6 @@ public:
::com::sun::star::uno::Sequence< sal_Int8 > GetCLSID();
sal_Bool IsWorkaroundActive() { return m_bWorkaroundActive; }
-
sal_Bool IsDirty();
void StoreOwnTmpIfNecessary();