summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-02-02 09:46:49 +0100
committerMathias Bauer <mba@openoffice.org>2010-02-02 09:46:49 +0100
commit67e1bf3e38752438334f66ddcc0217def867b512 (patch)
treea21cad9e4232f10c84309b80e2466e6e3e3a580f /vbahelper
parent5d04f56879161c5b7e9b9768400dda8f5270cc73 (diff)
errorneously added file removed
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 e6d2d95a7454..000000000000
--- 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