summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 15:34:51 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 15:34:51 +0100
commit01608c9ce4655250ce8c1c4ee21a126df67ce189 (patch)
tree7bf18f65e31aef9f569c86170f651115eb593558 /vbahelper
parent013c4fd384959cee8bdd19f9869f13a8c96c1d19 (diff)
#i10000#: remove obsolete empty files; trim duplicated header content
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx.rej45
1 files changed, 0 insertions, 45 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx.rej b/vbahelper/source/vbahelper/vbahelper.cxx.rej
deleted file mode 100644
index e6d2d95a74..0000000000
--- a/vbahelper/source/vbahelper/vbahelper.cxx.rej
+++ /dev/null
@@ -1,45 +0,0 @@
-***************
-*** 67,73 ****
- #include <toolkit/awt/vclxwindow.hxx>
- #include <toolkit/helper/vclunohelper.hxx>
- #include <com/sun/star/frame/XModel2.hpp>
-- #include <com/sun/star/lang/XUnoTunnel.hpp>
- #include <vcl/window.hxx>
- #include <vcl/syswin.hxx>
- #include <tools/diagnose_ex.h>
---- 67,72 ----
- #include <toolkit/awt/vclxwindow.hxx>
- #include <toolkit/helper/vclunohelper.hxx>
- #include <com/sun/star/frame/XModel2.hpp>
- #include <vcl/window.hxx>
- #include <vcl/syswin.hxx>
- #include <tools/diagnose_ex.h>
-*************** UserFormGeometryHelper::UserFormGeometryHelper( const uno::Reference< uno::XComp
-*** 1117,1135 ****
- double points = double( static_cast<double>(_hmm) / factor);
- return points;
- }
--
-- SfxObjectShell* getSfxObjShell( const uno::Reference< frame::XModel >& xModel ) throw (uno::RuntimeException)
-- {
-- SfxObjectShell* pFoundShell = NULL;
-- if ( xModel.is() )
-- {
-- uno::Reference< lang::XUnoTunnel > xObjShellTunnel( xModel, uno::UNO_QUERY_THROW );
-- pFoundShell = reinterpret_cast<SfxObjectShell*>( xObjShellTunnel->getSomething(SfxObjectShell::getUnoTunnelId()));
-- }
-- if ( !pFoundShell )
-- throw uno::RuntimeException();
-- return pFoundShell;
-- }
-
- } // openoffice
- } //org
---- 1116,1122 ----
- double points = double( static_cast<double>(_hmm) / factor);
- return points;
- }
-+
-
- } // openoffice
- } //org