summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 15:31:31 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:56:10 -0500
commit109342a308b43d44447f59c643f8874aaf8dba57 (patch)
tree29bd67bc08425c9fc368ce64a64189c87600aff5
parentfe9ee8c7b57291ecb79bca20761c69a5de1d7070 (diff)
remvove vos/macros.h usage
-rw-r--r--starmath/inc/symbol.hxx1
-rw-r--r--starmath/source/math_pch.cxx5
-rw-r--r--starmath/source/unomodel.cxx1
3 files changed, 0 insertions, 7 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index 148f31a10b..0bfb8b0b6a 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -29,7 +29,6 @@
#ifndef SYMBOL_HXX
#define SYMBOL_HXX
-#include <vos/refernce.hxx>
#include <vcl/font.hxx>
#include <tools/list.hxx>
#include <tools/debug.hxx>
diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx
index 2e8d55761c..0aec1ea45e 100644
--- a/starmath/source/math_pch.cxx
+++ b/starmath/source/math_pch.cxx
@@ -111,7 +111,6 @@
#include <usr/sequ.hxx>
#include <uno/types.h>
#include <uno/macros.h>
-#include <vos/xception.hxx>
#include <osl/mutex.h>
#include <tools/shl.hxx>
#include <sfx2/module.hxx>
@@ -120,11 +119,8 @@
#include <usr/xiface.hxx>
#include <usr/ustring.hxx>
#include <salhelper/simplereferenceobject.hxx>
-#include <vos/types.hxx>
#include <osl/types.h>
#include <osl/interlck.h>
-#include <vos/object.hxx>
-#include <vos/macros.hxx>
#include <smdll.hxx>
#include <sfx2/sfxsids.hrc>
#include <chaos/cntids.hrc>
@@ -146,7 +142,6 @@
#include <smmod.hxx>
#include <osl/thread.hxx>
#include <osl/thread.h>
-#include <vos/runnable.hxx>
#include <vcl/apptypes.hxx>
#include <tools/dynary.hxx>
#include <vcl/metric.hxx>
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 4366dd516a..b3610acd92 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -60,7 +60,6 @@
#include <config.hxx>
#include <smdll.hxx>
-using namespace ::vos;
using namespace ::cppu;
using namespace ::std;
using namespace ::comphelper;